In enum Order§

See primary documentation in context for infix <=>

multi sub infix:«<=>»(Int:D \aInt:D \b --> Order:D)

Specialized form for Int.

In Operators§

See primary documentation in context for infix <=>

multi sub infix:«<=>»($a$b --> Order:Dis assoc<non>

Numeric three-way comparator.

Coerces both arguments to Real and then does a numeric comparison.